JNI - définition. Qu'est-ce que JNI
Diclib.com
Dictionnaire en ligne

Qu'est-ce (qui) est JNI - définition

FRAMEWORK ALLOWING JAVA PROGRAMS TO CALL AND BE CALLED BY PROGRAMS IN OTHER LANGUAGES
JNI; Java native library; Java native interface; Native method

JNI         
JNI         
Java Native method Interface (Reference: Java, API)
Java Native Interface         
<programming> (JNI) A native programming interface for Java that allows Java code running inside a {Java Virtual Machine} to interoperate with applications and libraries written in other programming languages such as C, C++ and assembly language. (1997-12-07)

Wikipédia

Java Native Interface

In software design, the Java Native Interface (JNI) is a foreign function interface programming framework that enables Java code running in a Java virtual machine (JVM) to call and be called by native applications (programs specific to a hardware and operating system platform) and libraries written in other languages such as C, C++ and assembly.